home *** CD-ROM | disk | FTP | other *** search
- Here's what we all have been waiting for:
-
- Opus Embedded Command Compiler can handle LABELS now!!!!
-
- Plus an added feature: You can use comments inside your code.
- Comments are tokens which start with the word COMMENT followed by
- a delimiter (space, tab, carriage return). The comment token will be
- ignored by the compiler. Unlike other tkoens, a comment token has
- no limit to its size.
-
- Example:
-
- [ comment
-
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
- This is a comment . . .
-
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
- It ends right here -=> ]
-
- Enclosed is DEMO.OEC. Compiled with OECC it gives you an idea how to use
- labels and comment. Try to compile it to BULLETIN.BBS (while renaming the
- real one temporarily) and run it through Opus.
-
- Also note that John Marshall's program OUNECC allows you to disassemble
- *.BBS files, edit them and reassemble them with OECC. If you do that even
- without editing to the help files, the result will be smaller help files.
- The reason: The current help files do not use oANSI file compression, while
- OECC does. This way you may also individualize the help files to include
- the name of your board etc...
-
-